Skip to content

Limit Standard Logging being Displayed #441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 31, 2024
Merged

Limit Standard Logging being Displayed #441

merged 6 commits into from
Aug 31, 2024

Conversation

devsetgo
Copy link
Owner

@devsetgo devsetgo commented Aug 31, 2024

Pull Request Description: Limit Standard Logging being Displayed

This pull request introduces changes aimed at improving the clarity and performance of our logging system. The main motivation behind this update is to reduce the volume of standard logging output that developers encounter during testing and development phases.

Changes Made:

  1. Version Bump: The version has been incremented from 0.14.2 to 0.14.3 in .bumpversion.cfg to reflect the updates made.

  2. Coverage Report Adjustments: The coverage report has been modified to better reflect the actual coverage rates of different modules, ensuring that developers can easily identify areas needing attention without being overwhelmed by irrelevant logging information.

  3. Logging Output Optimization: By limiting the standard logging displayed during tests, we ensure that only critical information is shown. This will help developers focus on what's important, thereby enhancing the development experience.

Benefits:

  • Improved Developer Experience: By reducing the clutter in logging output, developers can more easily track down issues and understand test results.
  • Efficient Debugging: With less noise in the logs, it becomes easier to identify genuine errors or warnings, speeding up the debugging process.
  • Enhanced Code Quality: The adjusted coverage metrics will help us maintain high standards for code quality, ensuring that all important sections of the code are adequately tested.

This change is a step towards a more efficient and user-friendly development process, ultimately benefiting the entire team and the project's quality.

@devsetgo devsetgo added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 31, 2024
Copy link

@devsetgo devsetgo merged commit 05043b6 into main Aug 31, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant